Interface: Detector<T>
Type parameters
| Name |
|---|
T |
Hierarchy
↳
Detector
Properties
status
• status: ProcessStatus
Inherited from
Methods
close
▸ close(): void
Returns
void
Inherited from
destroy
▸ destroy(): Promise<void>
Returns
Promise<void>
Inherited from
detect
▸ detect(input): Promise<T>
Parameters
| Name | Type |
|---|---|
input | ProcessInputType |
Returns
Promise<T>
open
▸ open(): Promise<void>
Returns
Promise<void>